@import url('https://fonts.googleapis.com/css?family=Catamaran|Didact+Gothic|Muli:300,300i,400,600|Poppins:300,400,700|Questrial|Quicksand:300,400,700|Raleway:100,300,400,700|Tajawal:300,400,700&display=swap');

@import url('https://fonts.googleapis.com/css?family=Muli:200,300,400');
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Ubuntu');
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@font-face {
    font-family: 'franklin';
    src: url('../fonts/franklingothic-book-webfont.woff2') format('woff2'),
         url('../fonts/franklingothic-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'franklin';
    src: url('../fonts/franklingothic-demi-webfont.woff2') format('woff2'),
         url('../fonts/franklingothic-demi-webfont.woff') format('woff');
    font-weight: normal;
    font-style: bold;
}

@font-face {
    font-family: 'vegur';
    src: url('../fonts/vegur-bold-webfont.woff2') format('woff2'),
         url('../fonts/vegur-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'vegur';
    src: url('../fonts/vegur-light-webfont.woff2') format('woff2'),
         url('../fonts/vegur-light-webfont.woff') format('woff');
    font-weight: light;
    font-style: light;
}
@font-face {
    font-family: 'vegur';
    src: url('../fonts/vegur-regular-webfont.woff2') format('woff2'),
         url('../fonts/vegur-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section-title {
  margin: 0;
  padding-bottom: 32px;
}
body {
  width:1366px;
  background: #ffffff;
  /* font-family: 'Roboto', sans-serif; */
  font-family: 'Ubuntu', sans-serif;
  /* font-family: 'Muli', sans-serif; */
  font-style: normal;
  font-weight: 300;
  overflow-x: hidden;
}

html, body {
  width: 100%;
  height: 100%;
}

h1,h2,h3,h4,h5,h6 {
  font-style: normal;
  font-weight: 200;
  letter-spacing: 0px;
}

h1 {
  color: black;
  font-size: 50px;
  line-height: normal;
}

h2 {
  color: black;
  font-size: 40px;
  line-height: 52px;
  margin-top: 0px;
  font-weight: normal;
  margin-bottom: 20px;

}
h3 {
  color: black;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
h4 {
  color: black;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
font-family: 'Open Sans', sans-serif;
}


p {
    color: black;
    font-size: 16px;
    /* font-weight: 300; */
    line-height: 25px;
    letter-spacing: 0.2px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;

}
#infro{
  margin-top:50px;
  margin-bottom:50px;
}

strong, span {
  color: black;
  font-weight: normal;
}


label{
  color: #A77D52;
  font-size: 20px;
  line-height: 52px;
  margin-top: 0px;
}

.section-btn {
  background: #d7b065;
  border: none;
  border-radius: 50px;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.6px;
  padding: 14px 32px 18px 32px;
  margin-top: 32px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.section-btn:focus,
.section-btn:hover {
  background: #000000;
  color: #ffffff;
}

.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}

html{
  -webkit-font-smoothing: antialiased;
}

a {
  color: black;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}


 a:hover,a:active, a:focus {
  color: gray;
  outline: none;
}
textarea{
  border: 2px solid #A77D52;
  border-radius: 10px;
  height: 100px;
  width:350px;
  margin-bottom: 30px;
  color: #A77D52;
  font-size: 15px;
  line-height: 52px;
  text-align: center;
}

.prot{
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  margin-top: 8px;
}


#Portfolio{
  margin-top: 0px;
  text-align: center;
  position: relative;
  /* padding-top: 80px; */
  /* padding-bottom: 80px;
  margin-left: 100px;
  margin-right: 100px; */
  margin-top: 100px;
  width:100%;
  /* border-top: 2px;
  border-color:#A77D52;
  border-top-style: dotted; */
}

.button{
background-color: #A77D52;
border: none;
color: white;
margin-top: 260px;
margin-bottom: 0px;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 25px;
border-radius: 10px;
}


#contact {
  text-align: center;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 100px;
  /* background-image:url("bg.png"); */

}
.floatnav{
  width:150px;
  float:left;
  margin-top:70px;
  text-align:left;
  font-family: vegur;
  font-weight: bold;
  margin-left:-10px;
}
.floatnav a{
  color:black;
  text-transform: uppercase;
}
.floatnav ul{
  text-decoration: none;
}
.floatnav li{
  list-style:none;
  margin-bottom:10px;
}

.sho input{
  border: 2px solid #A77D52;
  border-radius: 10px;
  height: 40px;
  width:200px;
  margin-bottom: 30px;
  color: #A77D52;
  font-size: 15px;
  line-height: 52px;
  text-align: center;
}
.sho{
  margin-top: 30px;
  margin-bottom: 10px;

}
#sho{
  margin-top: 30px;
  margin-bottom: 10px;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.spinner {
  border: 1px solid transparent;
  border-radius: 5px;
  position: relative;
}

.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65px;
  height: 65px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 1px solid #000000;
  border-top-color: #f9f9f9;
  animation: spinner .9s linear infinite;
}

@-webkit-@keyframes spinner {
  to {transform: rotate(360deg);}
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}


.custom-navbar {
  border: none;
  margin-bottom: 0;
  background-color: #ffffff;
  padding-top: 22px;
}

.custom-navbar .navbar-brand {
  position:absolute;
  top:10px;
  color:black;
  font-weight: normal;
  font-size: 20px;
}

.custom-navbar .nav li a {
  font-size: 12px;
  font-weight: normal;
  color: black;
  letter-spacing: 1px;
  padding: 0;
  margin: 15px;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
  color: gray;
}

.custom-navbar .navbar-nav li a:after {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  height: 2px;
  margin: auto;
  background: transparent;
  transition: width .3s ease, background-color .3s ease;
}

.custom-navbar .navbar-nav li a:hover:after,
.custom-navbar .nav li.active > a:after {
  background: gray;
  color: #ffffff;
  width: 100%;
}

.custom-navbar .nav li.active > a {
  background-color: transparent;
  color: gray;
}

.custom-navbar .navbar-toggle {
  border: none;
  padding-top: 12px;
}

.custom-navbar .navbar-toggle {
  background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
  background: #000000;
  border-color: transparent;
}

@media(min-width:768px) {
    .custom-navbar {
      border-bottom: 0;
      background: 0 0;
    }
    .custom-navbar.top-nav-collapse {
      background: #ffffff;
      box-shadow:0 40px 100px rgba(0,0,0,.2);
      padding: 10px 0;
      color:black;
    }

}



/* hover */





.image-hover-text-container
{
  position: relative;
  display: inline-block;
  width: 49%;
  height: auto;
  transition: all 0.2s linear;
  margin-top: 5px;

  /* box-shadow:0px 0px 5px grey; */

}

.image-hover-image
{
 display: block;

}
/* Make the image round */
.image-hover-image img
{
  border-radius: 0%;
  width: 400px;

}



.image-hover-text
{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  opacity: 0;
  cursor: default;
  transition: opacity 0.2s linear;
  color:white;
  cursor: pointer;
}
.image-hover-text:hover
{
  opacity: 1;
}


.image-hover-text-bubble
{
  position: relative;
  box-sizing: border-box;
  top: 0; left: 0; right: 100%;
  height: 100%;
  text-align: center;
  /* background: rgba(218, 211, 211, 0.9); */
  background: rgba(0, 0, 0, 0.85);
  border-radius: 0%;
  margin: 0 auto;
  padding: 30% 0px;
  overflow: hidden;
  font-size: 17px;
  text-align: center;
  word-wrap: break-word;
  pointer-events: auto;
}

.image-hover-text .image-hover-text-title
{
  font-size: 25px;
  display: block;
  color:white;
}

.image-hover-text-title{
  font-weight:300;
}
/*  */




#hi strong{
  font-weight:900;
  font-size: 35px;
  letter-spacing: 1px;
}

#zimlogo{
  width:28%;
  margin:0 auto;
  /* margin-left: 0; */
}
#home {
  display: -webkit-box;
  display: -webkit-flex;
   display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
   align-items: center;
  height: 100vh;
  position: relative;
  padding-top: 62px;
  /* border-bottom: 3px dashed black; */
  /* background-image:url("../images/home-bg-01.jpg");
  background-repeat: no-repeat;
  background-size:contain; */

}

#top {
  display: -webkit-box;
  display: -webkit-flex;
   display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
   align-items: center;
  height:100%;
  padding-top: 62px;
  margin:0 auto;
  background:url("../images/2-03.png")no-repeat center center/cover fixed;;
}

#mtop {
  display: -webkit-box;
  display: -webkit-flex;
   display: -ms-flexbox;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
   align-items: center;
  width:100%;
  height: 100%;
  padding-top: 62px;
  background: url("../images/31.jpg") no-repeat center center/cover fixed;
}

#ntop {
  display: -webkit-box;
  display: -webkit-flex;
   display: -ms-flexbox;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
   align-items: center;
  width:100%;
  height: 100%;
  padding-top: 62px;
  background: url("../images/11-01.png") no-repeat center center/cover fixed;
}
#exapmple{
  width:400px;
  margin:0 auto;
}
.header{
  width:90%;
  margin-left:0;
  float:left;
  color:white;

}
.header p{
  margin-top:25px;
}

.ptype{
  font-family: vegur;
  font-weight: bold;
  width:12em;
  color:white;
  font-size:21px;

  /* background-color: white;
  border-radius:7px; */
  text-align: left;
  padding-top:2px;
  /* float:left;
  margin-bottom: 30px;
  margin-right: 10px; */
}
.ptitles{
  color:white;
  font-family: vegur;
  font-weight: bold;
  font-size:5.5em;
  text-transform: uppercase;
  padding-top:5px;
}
.pintro{
  color:white;
  font-family: vegur;
  font-weight:light;
  font-size:28px;
}
.wrapper{
  width:828px;
  margin:50px auto;
}
.textbox img{
  width:818px;
  margin:30px auto;
}
.textbox{
  width:818px;
  padding:65px 0;
}
.regulartext{
  color:#6d6d6d;
  font-family: vegur;
  font-weight:light;
  font-size:17px;
  line-height: 30px;
}
.smallsec{
  margin:40px 0;
}
.sectitle{
  /* width:30%; */
  color:black;
  font-family: vegur;
  font-weight:bold;
  font-size:40px;
  text-align: center;
  padding-bottom: 10px;
  margin:20px auto;
}
.side{
  display: inline-block;
}

.side img{
 width:49%;
 float: left;
 /* box-shadow: 0 40px 100px rgba(0,0,0,.2); */
}
.sidetext{
  width:45%;
  float: left;
  margin:10px auto;
  margin-left:30px;
}

.sidetext p{
  width:80%;
  margin-top:35px;
}

.sidetext strong{
  font-size:24px;
  font-weight: bold;
}
.cate{
  width:100%;
  height:80px;
}
.in-smalltitile{
  width:30%;
  color:black;
  font-family: vegur;
  font-weight:normal;
  font-size:25px;
  margin:20px auto;
  text-align: center;
  border-bottom: 1px solid grey;
  padding-bottom: 10px;
}
.in-smalltitile2{
  width:30%;
  color:black;
  font-family: vegur;
  font-weight:normal;
  font-size:25px;
  margin:0px auto;
  margin-top: 120px;
  text-align: center;
  border-bottom: 1px solid grey;
  padding-bottom: 10px;
}


.smalltitile{
  width:19%;
  color:black;
  font-family: vegur;
  font-weight:normal;
  font-size:25px;
  margin:20px auto;
  text-align: center;
  border-bottom: 1px solid grey;
  padding-bottom: 10px;
}
.subtitile{
  color:#3f3f3f;
  font-family: vegur;
  font-weight:normal;
  font-style: italic;
  font-size:21px;
}

#wtop {
  display: -webkit-box;
  display: -webkit-flex;
   display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
   align-items: center;
  height: 100%;
  padding-top: 62px;
  margin:0 auto;
  background: url("../images/wbg2.jpg") no-repeat center center/cover fixed;
}

#mgtop {
  display: -webkit-box;
  display: -webkit-flex;
   display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
   align-items: center;
  height: 100%;
  padding-top: 62px;
  margin:0 auto;
  background: url("../images/MG/bigbanner.gif") no-repeat center center/cover fixed;
}

#botop {
  display: -webkit-box;
  display: -webkit-flex;
   display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
   align-items: center;
  height: 100%;
  padding-top: 62px;
  margin:0 auto;
  background: url("../images/BO/banner-01.png") no-repeat center center/cover fixed;
}

#hi p{
  max-width:300px;
  color:black;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  margin:0px auto;
}

#hi{
text-align: center;
margin:50px auto;
width:70%;
}

#ctop {
  display: -webkit-box;
  display: -webkit-flex;
   display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
   align-items: center;
  height: 100%;
  padding-top: 62px;
  margin:0 auto;
  background: url("../images/wxample.png") no-repeat center center/cover fixed;
}



#retop {
  display: -webkit-box;
  display: -webkit-flex;
   display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
   align-items: center;
  height: 100%;
  padding-top: 62px;
  margin:0 auto;
  background: url("../images/reser-header.png") no-repeat center center/cover fixed;
}

#setop {
  display: -webkit-box;
  display: -webkit-flex;
   display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
   align-items: center;
  height: 100%;
  padding-top: 62px;
  margin:0 auto;
  background: url("../images/socks/banner.png") no-repeat center center/cover fixed;
}

#selink{
  position:absolute;
  top:57%;
  right:20%;
  color:black;
  background-color: white;
  padding:12px 20px;
  border-radius: 30px;
  font-family: vegur;
  font-weight: bold;
  font-size: 18px;
}

#selink:hover{
  color:white;
  background-color: black;
}


#relink{
  position:absolute;
  top:57%;
  right:20%;
  color:gray;
  background-color: white;
  padding:12px 20px;
  border-radius: 30px;
  font-family: vegur;
  font-weight: bold;
  font-size: 18px;
}

#relink:hover{
  color:white;
  background-color: black;
}



#Stop {
  display: -webkit-box;
  display: -webkit-flex;
   display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
   align-items: center;
  height: 100%;
  padding-top: 62px;
  position:relative;
  margin:0 auto;
  background: url("../images/spexheader.png") no-repeat center center/cover fixed;
}

#spexlink{
  position:absolute;
  top:54%;
  right:20%;
  color:gray;
  background-color: white;
  padding:12px 20px;
  border-radius: 30px;
  font-family: vegur;
  font-weight: bold;
  font-size: 18px;
}

#spexlink:hover{
  color:white;
  background-color: #3b269e;
}
.contain{
  width:1366px;
}


#contact .form-control {
  border-radius: 0px;
  border-color: #f0f0f0;
  box-shadow: none;
  font-size: 16px;
  margin-top: 12px;
  margin-bottom: 12px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}



#contact .form-control:focus {
  border-bottom: 2px solid #999999;
}



#sub:hover{
  border: 2px solid #ffffff;
  border-radius: 15px;
  height: 44px;
  width:150px;
  margin-bottom: 30px;
  font-size: 20px;
  background-color: #A77D52;
  color:#ffffff;

}

#sub{
  border: 2px solid #ffffff;
  border-radius: 15px;
  height: 44px;
  width:150px;
  margin-bottom: 30px;
  font-size: 20px;
  background-color:  #FFC848;
  color:#ffffff;

}

#sub input{
  color:#f0f0f0;
}
.con{
  margin-top: 30px;
  text-align: center;
  padding-bottom: 60px;

}
#pro{
  text-align: center;
}
.subcon{
  margin-top: 100px;
  text-align: center;
  padding-bottom: 60px;

}

.social-icon {
  position: relative;
  padding: 0;
  margin: 0;
}

.social-icon li {
  display: inline-block;
  list-style: none;
}

.social-icon li a {
  background: #292929;
  border-radius: 100%;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  margin: 20px 6px 10px 6px;
}

.social-icon li a:hover {
  background: #d7b065;
  transform: scale(1.1);
}

/* #hi{
text-align: left;
position: absolute;
right:10%;
top:34%;
width:500px;
} */

#hi{
text-align: center;
margin:50px auto;
width:70%;
}

#Title{
text-align: center;
margin-bottom: 50px;
color:#ffffff;
}

.pic{
position: absolute;
right:60%;
}

#pic2{
position:absolute;
right:80%;
padding_top:50px;
text-align: center;
width:100px;
}

#contact-form{
color: black;

}

iframe{
  width:100%;
}



@media (max-width: 980px) {

  #Stop,#retop,#ctop,#wtop,#ntop,#mtop,#top{
    width:100%;
  }
  .wrapper{
    width:90%;
  }

  .smalltitile{
    width:20%;
  }

.textbox{
  width:100%;
}
  .textbox img,#exapmple{
    width:100%;
  }

  #spexlink{
    position:absolute;
    top:57%;
    right:20%;
    color:gray;
    background-color: white;
    padding:12px 30px;
    border-radius: 30px;
    font-family: vegur;
    font-weight: bold;
    font-size: 18px;
  }


#zimlogo{
  width:45%;
}


#hi strong{
  font-weight:900;
  font-size: 30px;
  letter-spacing: 1px;
}

 h1 {font-size: 33px;}

 #work .work-thumb {
  margin-top: 30px;
 }


}


@media (max-width: 768px) {

.wrapper{
  width:90%;
}
.textbox{
  width:100%;
}
.textbox img,#exapmple{
  width:100%;
}

.image-hover-text-bubble{
  font-size: 15px;
  padding:25% 0px;

}


.image-hover-text .image-hover-text-title
{
  font-size: 22px;
}

.prot{
  font-size: 12px;
}


.ptitles{
  color:white;
  font-family: vegur;
  font-weight: bold;
  font-size:4.5em;
  text-transform: uppercase;
  padding-top:5px;
}
.pintro{
  color:white;
  font-family: vegur;
  font-weight:light;
  font-size:20px;
  line-height: 21px;
}

.smalltitile{
  width:30%;
}

#relink{
  font-size: 15px;
}

  #Stop,#retop,#ctop,#wtop,#ntop,#mtop,#top{
    width:100%;
  }




  h1 {
    font-size: 30px;
    line-height: normal;
  }

  h2  {font-size: 30px;}

  .custom-navbar {
    background-color: #ffffff;
    box-shadow:0 40px 100px rgba(0,0,0,.2);
    padding-top: 0px;
    padding-bottom: 5px;
  }

  .custom-navbar .nav {
    padding-bottom: 10px;
  }

  .custom-navbar .nav li a {
    display: inline-block;
    margin-bottom: 5px;
  }

  #hi{
  text-align: center;
  position: absolute;
  left:15%;
  top:75%;
  width:70%;
  }

  h3{
    font-size: 17px;
  }

}


@media (max-width: 580px) {


.wrapper{
  width:90%;
}

#zimlogo{
  width:100%;
}

.textbox{
  width:100%;
}
.textbox img,#exapmple{
  width:100%;
}

.image-hover-text-bubble{
  font-size: 13px;
  padding:25% 0px;

}

.image-hover-text-container
{
  position: relative;
  display: inline-block;
  width: 90%;
  height: auto;
  transition: all 0.2s linear;
  margin-top: 5px;

  /* box-shadow:0px 0px 5px grey; */

}

.image-hover-text .image-hover-text-title
{
  font-size: 18px;
}

.prot{
  font-size: 10px;
}

.sectitle{
  line-height: 40px;
  text-align: center;
}
.ptitles{
  color:white;
  font-family: vegur;
  font-weight: bold;
  font-size:3.8em;
  line-height: 0.8em;
  text-transform: uppercase;
  padding-top:5px;
}
.smalltitile{
  width:40%;
}

#spexlink{
  position:absolute;
  top:73%;
  right:67%;
  color:gray;
  background-color: white;
  padding:8px 15px;
  border-radius: 30px;
  font-family: vegur;
  font-weight: bold;
  font-size: 16px;
}

#relink{
  position:absolute;
  top:73%;
  right:60%;
  color:gray;
  background-color: white;
  padding:8px 15px;
  border-radius: 30px;
  font-family: vegur;
  font-weight: bold;
  font-size: 16px;
}



    #Stop,#retop,#ctop,#wtop,#ntop,#mtop,#top{
      width:100%;
    }

  #about .about-thumb {
    margin-top: 0px;
  }

  .about-thumb .social-icon {
    margin-bottom: 15px;
  }
  #wtop{
    width:100%;
  }

  #hi{
  text-align: center;
  position: absolute;
  left:15%;
  top:75%;
  width:70%;
  }



}



@media (max-width: 380px) {

  .wrapper{
    width:90%;
  }

  .textbox{
    width:100%;
  }
  .textbox img,#exapmple{
    width:100%;
  }

  .smalltitile{
    width:50%;
  }






  #spexlink{
    position:absolute;
    top:78%;
    right:63%;
    color:gray;
    background-color: white;
    padding:8px 15px;
    border-radius: 30px;
    font-family: vegur;
    font-weight: bold;
    font-size: 16px;
  }

  #relink{
    position:absolute;
    top:78%;
    right:60%;
    color:gray;
    background-color: white;
    padding:8px 15px;
    border-radius: 30px;
    font-family: vegur;
    font-weight: bold;
    font-size: 15px;
  }



    #Stop,#retop,#ctop,#wtop,#ntop,#mtop,#top{
      width:100%;
    }


  h1 {
    font-size: 28px;
  }

  #about .col-md-4 a {
    width: 300px;
    height: 185px;
  }


}





@media (max-width: 320px) {

  .wrapper{
    width:90%;
    min-width:300px;
  }

.textbox{
  width:100%;
}
  .textbox img{
    width:100%;
  }


  #spexlink{
    position:absolute;
    top:78%;
    right:60%;
    color:gray;
    background-color: white;
    padding:8px 15px;
    border-radius: 30px;
    font-family: vegur;
    font-weight: bold;
    font-size: 16px;
  }
  #relink{
    position:absolute;
    top:78%;
    right:60%;
    color:gray;
    background-color: white;
    padding:8px 15px;
    border-radius: 30px;
    font-family: vegur;
    font-weight: bold;
    font-size: 14px;
  }
  #hi strong{
    font-weight:900;
    font-size: 26px;
    letter-spacing: 1px;
  }

  body{
    min-width:320px;
  }

  #Stop,#retop,#ctop,#wtop,#ntop,#mtop,#top{
    width:100%;
  }

  h1 {
    font-size: 28px;
  }

  #about .col-md-4 a {
    width: 300px;
    height: 185px;
  }

#wtop{
  width:100%;
}

}
