body{
  font-family: 'Montserrat', sans-serif;
  font-size:14px;
  font-weight: 400;
  overflow-y:scroll;
  -webkit-font-smoothing: antialiased;
}

::selection {
		background: #000;
		color: #fff;
		text-shadow: none;
	}
	
	::-moz-selection {
		background: #000;
		color: #fff;
		text-shadow: none;
	}

p{
  font-family: 'Montserrat', sans-serif;
  font-size:14px;
  font-weight: 400;
}

p.herop{
  font-family: 'Montserrat', sans-serif;
  font-size:14px;
  font-weight: 400;
    text-align: center;
    line-height: 140%;
}



a{
  text-decoration:none;
  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

a.links{
    color:#6e6e6e;
}

a:focus {
  outline:none;
}

a:hover{
    cursor: url('../img/customcursor.svg'), auto;
}
strong{
  font-weight:700;
}

/*
**************************
PRELOADER
**************************
*/

.preloader{
  position:fixed;
  top:0;
  width:100%;
  height:100%;
  background:white;
  z-index:999;
}
 
.preloader .item{
  position:absolute;
  width:50px;
  height:50px;
  left:50%;
  top:50%;
  margin-left:-25px;
  margin-top:-25px;
} 

.spinner {
  width: 40px;
  height: 40px;
  margin: 0px auto;
  background-color: #fff;
    border: 5px solid #000;
  border-radius: 0%;  
        -ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg);
  -webkit-animation: scaleout 1.0s infinite ease-in-out;
  animation: scaleout 1.0s infinite ease-in-out;
}
.spinner1 {
  width: 10px;
  height: 10px;
  margin: 0px auto;
  background-color: #000;
  border-radius: 100%;  
  -webkit-animation: scaleout 1.0s infinite ease-in-out;
  animation: scaleout 1.0s infinite ease-in-out;
}
.spinner2 {
  width: 30px;
  height: 30px;
  margin: 15px auto;
  background-color: #000;
  border-radius: 100%;  
  -webkit-animation: scaleout 1.0s infinite ease-in-out;
  animation: scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes scaleout {
  0% { -webkit-transform: scale(0.0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes scaleout {
  0% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}





/*
**************************
NAVIGATION OPACITY
**************************
*/



.opacity-nav{
  position:fixed;
  display:none;
  width:100%;
  height:100%;
  top:0;
  z-index:9999;
  background:rgba(0,0,0,0.95);
}

ul.menu-fullscreen{
  width: 100%;
  top: 50%;
  position: absolute;
  height: 280px;
  margin-top: -140px;
}

ul.menu-fullscreen li{
  font-size:25px;
  text-align:center;
  line-height:70px;
  font-weight:300;
}

ul.menu-fullscreen li > a{
  color:#999999;
  border:0;
}

ul.menu-fullscreen li > a:hover{
  color:#ffffff;
  cursor: url('../img/customcursorwhite.svg'), auto;
}


#full{
  width:1140px;
  position: relative;
  top:0;
  margin:0 auto;
  z-index: 9997;
}


#fullscreen{
  display:none;
  position:absolute;
  top:0;
  width:100%;
  margin:0 auto;
  height:80px;
  z-index: 9998;
}

/*
**************************
HEADER
**************************
*/

header.boxed{
  position:fixed;
  width:100%;
  margin:0 auto;
  height:80px;
  z-index:9999;
  display:none;
  background:none;
  top:0;
    -webkit-transition: background 0.2s ease-in;
	-moz-transition: background 0.2s ease-in;
	-ms-transition: background 0.2s ease-in;
	-o-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in; 
}

header.boxed .header-margin{
  width:1140px;
  margin:0 auto;
}

header.boxed .header-margin-mini{
  width:90%;
  margin:0 auto;
}


ul.social-icon{
  float:right;
}

ul.social-icon a{
  float:right;
  font-size:15px;
  border-bottom:0;
  color:black;
  padding-right:0px !important;
}

ul.social-icon a:hover{
  color:#c3c3c3;
}

.menu-index{
  position: fixed;
  right: 5%;
  top: 30px;
  z-index: 99999;
  padding:20px;
  background:black;
    cursor: url('../img/customcursor.svg'), auto;
}


.menu-index i{
  float:right;
  font-size:18px;
  color:white;
  padding-right:0px !important;
}

.menu-index:hover{
  /*background:#ff9595;*/
    background-color:#97fff2;
}
.menu-index i:hover{
  color:#fff;
}


ul.menu-icon{
  float:right;
}

ul.menu-icon a{
  float:right;
  font-size:19px;
  color:white;
  padding-right:0px !important;
}

ul.menu-icon i{
  padding:20px;
  background:black;
}

ul.menu-icon a:hover{
  color:#c3c3c3;
}

header a{
  color:#000000;
}

ul.header-nav{
  width:60%;
  float:left;
}

header .logo > a{
  font-size:23px;
  font-weight:800;
  float:left;
  line-height:80px;
  padding-right:40px;
  border-bottom: 1px solid #f1f1f1;
    border: none;
    padding-top: 20px;
}

header .logo > a:hover{
  color:#c3c3c3;
}

header li{
  text-transform:uppercase;
  list-style-type: none; margin: 0 auto; float: left;
}

header li > a{
  font-size:13px;
  color:#c3c3c3;
  padding-right:25px;
  padding-left:25px;
  font-weight:800;
  line-height:80px;
  display:inline-block;  
  border-bottom:0;
}

header li > a:hover{
  color:#000000;
}

header li > a #active{
  color:#000000;
}

header li ul{
  overflow: hidden; display: none; background: #f9f9f9; z-index:20;
}

header li ul li a{
  line-height:50px;
  padding-left:30px; 
  width:260px;
}

header li:hover ul{
  position: absolute; padding: 0; display: block; width: 260px;
}



/*
**************************
CONTENT
**************************
*/

.aboutlink{
    position: absolute;
    width: 400px;
    height: 50%;
    bottom: 0;
    left: 50%;
    margin-left: -200px;
    background-color: none;
    z-index: 101;
}


#bgtop{
    position: absolute;
    margin-top: -50px;
    width: 100%;
    height: 100vh;
    background-color: white;
    z-index: 500;
    display: block;
    opacity: 1;
}

.topwrapper{
    position: relative;
    height: 66vh;
    top: 50%;
    margin-top: -33vh;
}
.bgimg{
    position: relative;
    width: 350px;
    left: 50%;
    margin-left: -175px;
    }

/*for dp.png*/
img.bgimage{
    max-width: 400px;
}
/*for scrolldown.gif*/
img.bgimage1{
    max-width: 100px;
        z-index: 102;
    opacity: 0.75;
    text-align: center;
}


.words{
    text-align: center;
    position: relative;
    bottom: 0;
    margin-top: 50px;
}

.scrollicon{
    display: block;
    position: absolute;
    width: 400px;
    min-height: 70px;
    bottom: 0;
    left:50%;
    margin-left: -50px;
    z-index: 102;
    opacity: 0.2;
}

.clickcount{
    display: block;
    position: absolute;
    text-align: center;
    bottom: 0;
    right: 0;
    margin-right: 45px;
    min-height: 70px;
    z-index: 102;
    opacity: 0.2;
}

                #btn {
                  -webkit-border-radius: 0px;
                  -moz-border-radius: 0px;
                    width: 40px;
                    height: 40px;
                    margin: auto;
                  border-radius: 0px;
                  color: #000000;
                  font-size: 14px;
                  background: #97fff2;
                  padding: 5px 10px 5px 10px;
                  border: solid #000000 2px;
                  text-decoration: none;
  -webkit-transition: all 500ms ease-in-out;
  transition:         all 500ms ease-in-out;
                }

                #btn:hover {
                  border: solid #97fff2 2px;
                    
                    width: 200px;
                  background: #fff;
                  text-decoration: none;
  -webkit-transition: all 500ms ease-in-out;
  transition:         all 500ms ease-in-out;
                    cursor: url('../img/customcursor.svg'), auto
                }


.text-over{
    position: absolute;
    padding-left: 70px;
    margin-top: 40%;
}
.text-over h1{
  font-size:23px;
  bottom:80px;
  left:40px;
  position:absolute;
  text-transform:uppercase;
  color:#000000;
  letter-spacing:1px;
  font-weight:900;
  line-height:50px;
}

.hero-image{
  position:relative; 
  width:100%; 
  top:0; 
  height:400px; 
  background: url('../img/full/full.jpg') center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
  
}

.one-column{
  width:40%;
  position:relative;
  float:left;
}

.two-column{
  width:60%;
  position:relative;
  float:left;
}

.one-column p{
  width:70% !important;
}

.two-column p{
  width:100% !important;
}

.clear{
  clear:both;
}

.content{
  position:relative;
  width:1140px;
  margin:50px auto;
}

.content .text-intro{
  width: 1140px;
  margin-top: 150px;
  margin: 150px auto 0;
}
.content .text-intro-home{
  width: 80%;
  margin-top: 0px;
  margin: 0px auto 0;
    height: 100vh;
}

.content .text-intro h1{
  font-size:40px;
  width:70%;
  text-transform:uppercase;
  color:#000000;
  font-weight:900;
  line-height:70px;
}
.content .text-intro h1.homeheader{
  font-size:40px;
  width:100%;
  text-transform:uppercase;
  color:#000000;
  font-weight:900;
  line-height:70px;
    text-align: center;
}

h2{
      font-size:24px;
  color:#000000;
  font-weight:700;
  line-height:40px;
}

h2.homeh2{
      font-size:24px;
  color:#000000;
  font-weight:700;
  line-height:40px;
    text-transform: uppercase;
    text-align: center;
}

h4.homeh4{
  color:#8d8d8d;
    text-transform: uppercase;
    text-align: center;
}

h2.heroh2{
      font-size:40px;
  color:#000000;
  font-weight:700;
  line-height:40px;
    text-align: center;
    margin-top: 50px;
}

.content .text-intro p{
  font-size:13px;
  color:#8d8d8d;
  margin-top:30px;
  font-weight:400;
  line-height:22px;
  letter-spacing:1px;
  width:40%;
}

.content .text-intro .gradient-text p{
  font-size:13px;
  color:#8d8d8d;
  margin-top:0px;
  font-weight:300;
  line-height:22px;
  letter-spacing:1px;
  width:40%;
}


        .typed-cursor{
            opacity: 1;
            font-weight: 900;
            -webkit-animation: blink 0.7s infinite;
            -moz-animation: blink 0.7s infinite;
            -ms-animation: blink 0.7s infinite;
            -o-animation: blink 0.7s infinite;
            animation: blink 0.7s infinite;
        }
        @-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-webkit-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-moz-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-ms-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-o-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }

/*
**************************
HOME SIDEBAR
**************************
*/

.home-sidebar{
  top:0;
  position:absolute;
  width:100%;
  right:0;
  height:100%;
  background: none;
  z-index:9;
  overflow:hidden;
  background-size:100%;
   /* border: 14px solid #000000; */
}

.parallax{
  position:absolute;
    
}

.parallax-option{
  position:absolute; width:100%; height:100%;
    background-position: center;

  /* The default, as in, you get this without defining anything */
  transition-timing-function: ease;

  /* Also the same as */
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  
}

/*
.parallax1{
                -webkit-animation: blink 10s infinite;
            -moz-animation: blink 10s infinite;
            -ms-animation: blink 10s infinite;
            -o-animation: blink 10s infinite;
            animation: blink 10s infinite;
        }
        @-keyframes blink{
            0% { opacity:1; }
            20% { opacity:1; }
            40% { opacity:0; }
            60% { opacity:0; }
            80% { opacity:1; }
            100% { opacity:1; }
        }
        @-webkit-keyframes blink{
            0% { opacity:1; }
            20% { opacity:1; }
            40% { opacity:0; }
            60% { opacity:0; }
            80% { opacity:1; }
            100% { opacity:1; }
        }
        @-moz-keyframes blink{
            0% { opacity:1; }
            20% { opacity:1; }
            40% { opacity:0; }
            60% { opacity:0; }
            80% { opacity:1; }
            100% { opacity:1; }
        }
        @-ms-keyframes blink{
            0% { opacity:1; }
            20% { opacity:1; }
            40% { opacity:0; }
            60% { opacity:0; }
            80% { opacity:1; }
            100% { opacity:1; }
        }
        @-o-keyframes blink{
            0% { opacity:1; }
            20% { opacity:1; }
            40% { opacity:0; }
            60% { opacity:0; }
            80% { opacity:1; }
            100% { opacity:1; }
        }
}
*/

/*
**************************
#GRADIENTLOVE
**************************
*/

.gradient-text{
    padding-top: 75px;
    height: 100%;
    bottom: 0;
}
.circle{
    width: 500px;
    height: 500px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-bottom: 150px;
}

#circle-0{
    background: rgb(212,20,90);
    background: linear-gradient(0deg, rgba(212,20,90,1) 0%, rgba(249,237,229,1) 100%);    
}
#circle-1{
    background: rgb(212,20,90);
    background: linear-gradient(0deg, rgba(212,20,90,1) 0%, rgba(249,237,229,1) 100%);    
}
#circle-2{
    background: rgb(0,255,255);
    background: linear-gradient(0deg, rgba(0,255,255,1) 0%, rgba(243,122,175,1) 100%);  
}
#circle-3{
    background: rgb(255,241,0);
    background: linear-gradient(0deg, rgba(255,241,0,1) 0%, rgba(0,173,238,1) 100%);
}
#circle-4{
background: rgb(191,253,168);
background: linear-gradient(180deg, rgba(191,253,168,1) 0%, rgba(235,175,170,1) 24%, rgba(222,113,188,1) 56%, rgba(153,58,224,1) 100%);
}
#circle-5{
    background: rgb(73,67,127);
    background: linear-gradient(0deg, rgba(73,67,127,1) 0%, rgba(244,130,188,1) 100%);    
}
#circle-6{
    background: rgb(255,0,255);
    background: linear-gradient(0deg, rgba(255,0,255,1) 0%, rgba(0,0,229,1) 80%, rgba(0,0,229,1) 100%); 
}
#circle-7{
    background: rgb(241,90,36);
    background: linear-gradient(0deg, rgba(241,90,36,1) 0%, rgba(255,0,255,1) 100%);
}
#circle-8{
    background: rgb(27,66,74);
    background: linear-gradient(0deg, rgba(27,66,74,1) 0%, rgba(27,20,123,1) 35%, rgba(241,96,36,1) 90%, rgba(241,136,36,1) 100%);
}


/*
**************************
PORTFOLIO GRID
**************************
*/

.prev-next{
  width:100%;
  max-width:1170px;
  margin:0 auto;
  padding-top:100px;
}

.prev-next a{
  color:black;
  font-weight:500;
  padding-bottom: 15px;
}

.prev-next a:hover{
  border-bottom:1px solid black;
}



.prev-button{
  width:50%;
  position:relative;
  float:left;
  text-align:left;
}

.next-button{
  width:50%;
  position:relative;
  float:left;
  text-align:right;
}


.ajax-content{width:100%;}

.portfolio-grid{
  width:1170px;
  position:relative;
  margin: 30px auto;
  overflow:hidden;
}

#portfolio-sidebar{
  width: 780px !important;
  padding-right: 390px;

}

li.grid-item{
  width:360px;
  position:relative;
  float:left;
  padding:15px;
}

.grid-hover{
  position: absolute;
  width:360px;
  height: 100%;
  top:0;
  background: white;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in; 
}

.grid-hover:hover{
  opacity: 0.65;
}

.grid-hover h1{
  font-size:23px;
  bottom:80px;
  left:18%;
  position:absolute;
  text-transform:uppercase;
  color:#000000;
  letter-spacing:1px;
  font-weight:900;
  line-height:50px;
}

.grid-hover p{
  font-size:13px;
  bottom:18%;
  left:18%;
  position:absolute;
  color:#686868;
  letter-spacing:1px;
  font-weight:600;
  line-height:50px;
}

li.grid-item img{
  width:360px;
}

/*
**************************
FOOTER
**************************
*/

#footer-box{height:150px; margin-top:75px;}

footer{
  background: #f1f1f1;
  width:100%;
  margin-top:150px;
  height:300px;
  overflow:hidden;
  position:relative;
    bottom: 0;
  z-index:10;
}

.footer-margin{
  width:1140px;
  margin: 30px auto;
  line-height: 100px;
}

#footer-left{text-align:left;}

.footer-margin .copyright{
  color: #686868;
  letter-spacing: 1px;
  font-size: 12px;
  width: 100%;
  text-align:center;
  float: left;
}

.footer-margin .social-footer{
  color: #686868;
  letter-spacing: 1px;
  font-size: 13px;
  width: 100%;
  text-align:center;
  float: left;
}

.footer-margin .social-footer a{
  font-size:15px;
  color:black;
  padding: 20px;
}

.footer-margin .social-footer a:hover{
  color:#c3c3c3;
}


/*
**************************
CONTACT
**************************
*/

.contact-one, .contact-two{
  width:30%;
  padding-right:3%;
  position:relative;
  float:left;
}

.contact-three{
  width:33%;
  position:relative;
  float:left;
}

.contact-one p, .contact-two p, .contact-three p{
  width:100% !important;
}

input{
  width:100%;
  height:40px;
  background:#f8f7f7;
  border:0;
  color:#000000;
  font-weight:500;
  line-height:40px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom:10px;
  font-size:13px;
  padding-left:15px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

input.button-submit{

  width:220px;
  height:40px;
  background:#f8f7f7;
  font-weight:500;
  border:0;
  font-family: 'Montserrat', sans-serif;
  color:#000000;
  float:right;
  font-weight:900;
  line-height:40px;
  font-size:13px;
}

input:focus{
  background:#f4f4f4; 
}

textarea{

  width:100%;
  height:40px;
  border:0;
  line-height:40px;
  background:#f8f7f7;
  color:#000000;
  font-size:13px;
  font-family: 'Montserrat', sans-serif;
  font-weight:500;
  margin-bottom:10px;
  padding:0 0 0 15px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
    -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in; 
}

textarea:focus{background:#f4f4f4; height:250px;}


/*******ADDED BY ME************/
    
img.atts{
    position: static;
    width:100% !important;
    margin-left: -70px;
    margin-top:25px;
    z-index: 100;
}
    
img.atts1{
    position: relative;
    width:100% !important;
    margin-left: -70px;
    margin-top:-260px;
    z-index: 0;
}


img.spzgif{
    width:600px;
    position: relative;
    left:50%;
    margin-left:300px;
}
img.dp1gif{
    width:600px;
    position: relative;
    left:50%;
    margin-left:-300px;
    background-color: #000;
}
.dp1behind{
    background-color: #03212c;
}
.attributes-grid{
    border: 10px solid #000000;
    padding: 50px;
    
    
}

p.cvdownload{
    width: 100%;
    text-align: right;
}

a.cvdownload{
    color: #000000;
    font-weight:700;
    
}

a.behancelink{
    color: #000000;
    font-weight:500;
    
}

.text-intro .one-column p.subheading{
    font-weight: 300;
}


span.circle1{
    height: 15px;
    width: 15px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    background-color: #000000;
    display: block;
    float:left;
    margin-top: 2px;
}

span.circle2{
    height: 12px;
    width: 12px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    background-color: #000000;
    display: block;
    float:left;
    margin-top: 4px;
    margin-left: 2px;
}

span.circle3{
    height: 9px;
    width: 9px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    background-color: #000000;
    display: block;
    float:left;
    margin-top: 6px;
        margin-left: 3px;

}

span.circle4{
    height: 6px;
    width: 6px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    background-color: #000000;
    display: block;
    float:left;
    margin-top: 8px;
        margin-left: 4px;

}

span.circle21{
    height: 15px;
    width: 15px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border: 1px solid #000000;
    box-shadow: 1px 1px #000 0.3;
    display: block;
    float:left;
    margin-top: 2px;
}

span.circle22{
    height: 12px;
    width: 12px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border: 1px solid #000000;
    display: block;
    float:left;
    margin-top: 4px;
    margin-left: 2px;

}

span.circle23{
    height: 9px;
    width: 9px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border: 1px solid #000000;
    display: block;
    float:left;
    margin-top: 6px;
    margin-left: 3px;

}

span.circle24{
    height: 6px;
    width: 6px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border: 1px solid #000000;
    display: block;
    float:left;
    margin-top: 8px;
    margin-left: 4px;

}

.contact{
    font-size: 18px;
}
/*

::-webkit-scrollbar { 
    display: none; 
}
::moz-webkit-scrollbar { 
    display: none; 
}

*/


::-webkit-scrollbar {
      width: 8px;
    left: 0;
} /* this targets the default scrollbar (compulsory) */

::-webkit-scrollbar-track {
      background-color: #ffffff;
} /* the new scrollbar will have a flat appearance with the set background color */
 
::-webkit-scrollbar-track-piece:start {
      background-color: #000000; 
   /* Select the top half (or left half) or scrollbar track individually */
}


::-webkit-scrollbar-thumb {
      background-color: #000000; 
} /* this will style the thumb, ignoring the track */
 
 
::-webkit-scrollbar-corner {
      background-color: 000000;
} /* if both the vertical and the horizontal bars appear, then perhaps the right bottom corner also needs to be styled */


.photo-imgs{
    width: 66%;
    margin: 0 17% 15px 17%;
}

p.photo-caption{
    width: 66%;
    margin: 0 17% 10px 17%;
    text-align: left;
}


button.homebutton{
    padding: 20px;
    border: solid #000000 2px;
    background-color: #ffffff;
    text-align: center;
    color: #000000;
      font-family: 'Montserrat', sans-serif;
  font-size:14px;
  font-weight: 600;
}

.archivebutton{
    text-align: center;
    margin-top: 100px;
}

