@font-face {
    font-family: 'myfont';
    src: url('../fonts/panton-blackcaps-webfont.eot');
    src: url('../fonts/panton-blackcaps-webfont.ttf') format('truetype'), url('../fonts/panton-blackcaps-webfont.woff') format('woff'), url('../fonts/panton-blackcaps-webfont.woff2') format('woff2'), url('../fonts/panton-blackcaps-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold-webfont.eot');
    src: url('../fonts/roboto-bold-webfont.ttf') format('truetype'), url('../fonts/roboto-bold-webfont.woff') format('woff'), url('../fonts/roboto-bold-webfont.woff2') format('woff2'), url('../fonts/roboto-bold-webfont.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'myfontwhite';
    src: url('../fonts/panton-whitecaps-webfont.eot');
    src: url('../fonts/panton-whitecaps-webfont.ttf') format('truetype'), url('../fonts/panton-whitecaps-webfont.woff') format('woff'), url('../fonts/panton-whitecaps-webfont.woff2') format('woff2'), url('../fonts/panton-whitecaps-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotomedium';
    src: url('../fonts/roboto-medium-webfont.eot');
    src: url('../fonts/roboto-medium-webfont.ttf') format('truetype'), url('../fonts/roboto-medium-webfont.woff') format('woff'), url('../fonts/roboto-medium-webfont.woff2') format('woff2'), url('../fonts/roboto-medium-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto-light-webfont.eot');
    src: url('../fonts/roboto-light-webfont.ttf') format('truetype'), url('../fonts/roboto-light-webfont.woff') format('woff'), url('../fonts/roboto-light-webfont.woff2') format('woff2'), url('../fonts/roboto-light-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.eot');
    src: url('../fonts/roboto-regular-webfont.ttf') format('truetype'), url('../fonts/roboto-regular-webfont.woff') format('woff'), url('../fonts/roboto-regular-webfont.woff2') format('woff2'), url('../fonts/roboto-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
body.home .nav .container .normalul li:nth-child(1) {
    border-bottom: solid 4px #00868B;
}
body.home .nav .container .normalul li:nth-child(1) > a {
    color: #00868B;
    font-family: robotomedium;
}
body.about .nav .container .normalul li:nth-child(2) {
    border-bottom: solid 4px #00868B;

}
body.about .nav .container .normalul li:nth-child(2) > a {
    color: #00868B;
    font-family: robotomedium;
}
body.product .nav .container .normalul li:nth-child(3) {
    border-bottom: solid 4px #00868B;
}
body.product .nav .container .normalul li:nth-child(3) > a {
    color: #00868B;
    font-family: robotomedium;
}
body.project-ref .nav .container .normalul li:nth-child(4) {
    border-bottom: solid 4px #00868B;
}
body.project-ref .nav .container .normalul li:nth-child(4) > a {
    color: #00868B;
    font-family: robotomedium;
}
body.valves .nav .container .normalul li:nth-child(5) {
    border-bottom: solid 4px #00868B;
}
body.valves .nav .container .normalul li:nth-child(5) > a {
    color: #00868B;
    font-family: robotomedium;
}
body.contactus .nav .container .normalul li:nth-child(6) {
    border-bottom: solid 4px #00868B;
}
body.contactus .nav .container .normalul li:nth-child(6) > a {
    color: #00868B;
    font-family: robotomedium;
}





body.home  .linkshow li:nth-child(1) > a {
    color: #00868B;
    border-bottom: solid 4px #00868B;
}
body.home  .linkshow li:nth-child(1) {
    color: #00868B;
    border-bottom: none;
}

body.about  .linkshow li:nth-child(2) > a {
    color: #00868B;
    border-bottom: solid 4px #00868B;
}
body.home  .linkshow li:nth-child(2) {
    color: #00868B;
    border-bottom: none;
}

body.product  .linkshow li:nth-child(3) > a {
    color: #00868B;
    border-bottom: solid 4px #00868B;
}
body.home  .linkshow li:nth-child(3) {
    color: #00868B;
    border-bottom: none;
}
body.project-ref  .linkshow li:nth-child(4) > a {
    color: #00868B;
    border-bottom: solid 4px #00868B;
}
body.home  .linkshow li:nth-child(4) {
    color: #00868B;
    border-bottom: none;
}
body.valves  .linkshow li:nth-child(5) > a {
    color: #00868B;
    border-bottom: solid 4px #00868B;
}
body.home  .linkshow li:nth-child(5) {
    color: #00868B;
    border-bottom: none;
}
body.contactus .linkshow li:nth-child(6) > a {
    color: #00868B;
    border-bottom: solid 4px #00868B;
}
body.home  .linkshow li:nth-child(6) {
    color: #00868B;
    border-bottom: none;
}


.form-control:focus
{
    border:2px solid #00868B!important;

}
.form-control
{
    border:1px solid #555!important;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 16px!important;
}
.form-control::-webkit-input-placeholder
{
    font-size: 16px!important;
}
.form-control::-moz-input-placeholder
{
    font-size: 16px!important;
}

.form-control:-moz-input-placeholder
{
    font-size: 16px!important;
}

.form-control:-ms-input-placeholder
{
    font-size: 16px!important;
}


.carousel-control .icon-prev, .carousel-control .icon-next, 
.carousel-control .glyphicon-chevron-left, .carousel-control 
.glyphicon-chevron-right, .glyphicon-circle-arrow-left {
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 5;
}


.alert-danger
{
    color:white!important;
    background: red!important;
}
.alert
{
    text-align: center!important;
}

ol.carousel-indicators li,
ol.carousel-indicators li.active {
    background: rgba(255, 255, 255, 1);
    border: red;
}
ol.carousel-indicators li.active {
    background: #00868B;
    height:13px;
    line-height:13px;
    width:13px;
}

.container {
    max-width: 960px;
}
.carousel-caption {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    z-index: 1;
    margin-top: auto;
    margin-bottom: auto;

}
.carousel-caption h1 {
    display: table-cell;
    vertical-align: middle;
    font-family: 'myfont';
    font-size: 4em;
    line-height: auto;
    margin-top: auto;
    margin-bottom: auto;
    letter-spacing: 1px;
}
.trickcenter {
    position: fixed;
    top:  50%; 

}




.whatwedo {
    padding-top: 60px;
    padding-bottom: 60px;
}
.whatwedo h1 {
    font-size: 2.5em;
}
.whatwedo p {
    font-size: 1.8em;
}
.whatwedopr h1 {
    font-size: 2.5em;
}
.whatwedopr p {
    font-size: 1.8em;
}
.optsol {
    font-size: 2.5em;
}
.padleft {
    margin-left: 50px;
}
.padright {
    margin-right: 50px;
}
.butt-link {
    height: 50px;
    margin-top: 20px;
    color: #00264C;
    border: solid 2px #00264C;
    background: white;
    width: 50%;
    border-radius: 4px;
    letter-spacing: 2px;
}
.butt-link a {
    color: #00264C;
    text-decoration: none;
}
.butt-link:hover {
    height: 50px;
    margin-top: 20px;
    border: solid 3px #00264C;
    background: #00264C;
    width: 50%;
    color: white;
    border-radius: 4px;
    letter-spacing: 2px;
}
.butt-link:hover > a {
    color: white;
    text-decoration: none;
}






.wtb {
    height: 50px;
    margin-top: 20px;
    color: #00264C;
    border: solid 2px #00264C;
    background: #00264C;;
    width: 50%;
    border-radius: 4px;
    letter-spacing: 2px;

}
.wtb a {
    color: white;
    text-decoration: none;
    font-family: robotobold;

    margin-top: -20px;
}

.wtb:hover > a {
    color: white;
    text-decoration: none;
}


.wtba {
    height: 50px;
    margin-top: 20px;
    color: white;
    border: solid 2px #00264C;
    background: #00264C;;
    width: 50%;
    border-radius: 4px;
    letter-spacing: 2px;
    line-height: 1;
    font-family: robotobold;

}
.wtba a {
    margin-top: -100px;
    color: white;
    text-decoration: none;
    
    letter-spacing: 2px;

}
.wtba a:hover
{
    text-decoration: none;
    color:white;
}

 .parallax {
        /* The image used */
        background-image: url("headerimages/valves-optimization-image2.jpg");

        /* Set a specific height */

        min-height: 420px; 
        max-height: 80vh;


        /* Create the parallax scrolling effect */
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
    }


.btlnk {
    text-decoration: none;
    height: 40px;
    margin-top: 20px;
    letter-spacing: .5px;
    color: #fff;
}
.nav {
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: white;
}
#map {
    height: 500px;
    width: 100%;
}
#return-to-top {
    position: fixed;
    bottom: 80px;
    right: 5%;
    background: #00868B;
    width: 65px;
    height: 65px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 21px;
    top: 21px;
    font-size: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: #0a1f2c;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
.img1 {
    width: 100%;
    height: 40%;
    max-width: 120px;
}
.optsolp {
    font-size: 1.3em;
}
.optsolpul {
    font-size: 1.3em;
}
.whatto {
    font-size: 40px;
    margin-top: -280px;
}
.navimg {
    margin-left: 20%;
}


.enquire-btn {
    margin-top: 15px;
    border: solid 3px #00264C;
    height: 60px;
    background: #00264C;
    width: 30%;
    min-width: 200px;
    color: white;
    border-radius: 4px;
    font-size: 20px;
    text-decoration: none;
}
.enquire-btn a {
    letter-spacing: 2px;
    font-family: robotobold;
    color: white;
}
.sendus-btn {
    margin-top: 15px;
    height: 50px;
    width: 30%;
    border-radius: 4px;
    font-size: 20px;
    text-decoration: none;

    border: solid 2px #00264C;
    background:#00264C;
}
.sendus-btn:hover {

    border: solid 2px #00264C;
    background:#00264C;
}
.sendus-btn a {
    letter-spacing: 0px;
    font-family: robotoregular;
    text-decoration: none;
    color: white;
}
.sendus-btn:hover > a {
    text-decoration: none;
    color: white;
}
.minimized {
    display: none;
}
.enquire-btn:hover > a {
    text-decoration: none;
    color: white;
}
.carouimg {
    max-height: 90vh;
    min-height: 300px;
    min-width: 100%;
    height: auto;
}

.footerp {
    font-size: 11px;
}
/* Extra Things */

body {
    background: #eee;
    font-family: 'Open Sans', sans-serif;
}
h3 {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    margin-top: 50px;
}
h3 i {
    color: #444;
}
.icon {
    visibility: hidden;
}

@media screen and (min-width: 1101px) {
    .parallax {
        /* The image used */
        background-image: url("../headerimages/valves-optimization-image2.jpg")!important;

        /* Set a specific height */

        min-height: 420px; 
        max-height: 80vh;


        /* Create the parallax scrolling effect */
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .contact-form
    {
        width: 100%;
        border:solid 1px #555; margin-top:20px;
        border-radius: 3px;
    }

    .ovsph h1
    {
        font-family:robotobold;color:#00264C;font-size:3.5em;
    }

    .optsolps
    {
        font-family:robotolight;
        color:#6d6e70;
        padding-top:15px;
        font-size: 18px;
    }
    .breadcrumblink
    {
        max-width: 900px;
        width: 100%;
        padding-top:130px;

    }
    .breadcrumblink ol
    {
       padding-left:35px;
   }
   .whatisoptimation h6 {
    text-align: left;
    font-family: myfont;
    color: #00868B;
    font-size: 1.9em;
}
.whatisoptimation h5 {
    text-align: center;
    font-size: 22px;
    color: #00264C;
    font-family: robotobold;
}
.whatisoptimation h2 {
    text-align: left;
    font-family: myfont;
    color: #00868B;
    font-size: 2.4em;
}
.whatisoptimation h3 {
    text-align: left;
    font-family: myfont;
    color: #00868B;
    font-size: 1.9em;
}
.whatisoptimation p {
    letter-spacing: 0.5px;
    text-align: left;
    font-size: 19px;
}
.custom-div-width {
    max-width: 960px;
    width: 60%;
    margin-top:40px;
}
.nav .normalul li {
    display: inline-block;
    width: auto;
    height: 70px;
    text-align: center;
    line-height: 52px;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}
.nav .normalul li a {
    font-size: 13px;
    font-family: robotoregular;
    text-decoration: none;
    color: #6d6e70;
    letter-spacing: 1px;
}
.nav .normalul {
    overflow: hidden;
    float: left;
    position: absolute;
    margin-left: 35px;
}
.nav .normalul li:hover {
    border-bottom: solid 4px #00868B;
}
.nav .normalul li.bizsafe:hover {
    border-bottom: solid 4px transparent;
}
.nav .normalul li:hover > a {
    font-family: robotomedium;
    color: #00868B;
}
.nav .normalul li:active {
    border-bottom: solid 4px #00868B;
}
.nav .normalul li:active > a {
    font-family: robotomedium;
    color: #00868B;
}

.bizsafe {
    display: block;
}

.bizsafe img {
    width: 5vw;
}

.linkshow {
    display: none;
    height: 0px;
}
.linkshow li{
    display: none;
    height: 0px;
}
.whatwedo h1 {
    text-align: center;
    font-family: robotobold;
    color: #00264C;
    font-size: 3em;
}
.whatwedo p {
    font-size: 18px;

}
.whatwedopr h1 {
    text-align: center;
    font-family: robotobold;
    color: #00264C;
    font-size: 3em;
}
.whatwedopr p {
    font-size: 18px;
}

}
@media screen and (max-width: 1100px) {
      .parallax {
        /* The image used */
        background-image: url("../headerimages/valves-optimization-image2.jpg")!important;

        /* Set a specific height */

        min-height: 390px; 
        max-height: 80vh;


        /* Create the parallax scrolling effect */
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .custom-div-width {
        max-width: 960px;
        width: 88%;
        margin-top:50px;
    }
    .contact-form
    {
        width: 100%;border:solid 1px #555; margin-top:20px;
        border-radius: 3px;
    }

    .ovsph h1
    {
        font-family:robotobold;color:#00264C;font-size:3.5em;
    }

    .optsolps
    {
        font-family:robotolight;
        color:#6d6e70;
        padding-top:15px;
        font-size: 18px;
    }
    .breadcrumblink
    {
        max-width: 900px;
        width: 100%;
        padding-top:130px;

    }
    .breadcrumblink ol
    {
       padding-left:35px;
   }
   .optsolp {
    font-size: 1.15em;
}
.optsolpul {
    font-size: 1.15em;
}
.whatisoptimation h6 {
    text-align: left;
    font-family: myfont;
    color: #00868B;
    font-size: 1.9em;
}
.whatisoptimation h5 {
    text-align: center;
    font-size: 21px;
    color: #00264C;
    font-family: robotobold;
}
.whatisoptimation h4 {
    font-size: 16px;
}
.carousel-caption h1 {
    display: table-cell;
    vertical-align: middle; 
    font-family: myfont;
    font-size: 3em;
    line-height: auto;
}
.whatisoptimation h3 {
    text-align: left;
    font-family: myfont;
    color: #00868B;
    font-size: 1.9em;
}
.navimg {
    margin-left: 10%;
}
.whatwedo h1 {
    text-align: center;
    font-family: robotobold;
    color: #00264C;
    font-size: 3em;
}
.whatwedo p {
    font-size: 18px;
}
.whatwedopr h1 {
    text-align: center;
    font-family: robotobold;
    color: #00264C;
    font-size: 3em;
}
.whatwedopr p {
    font-size: 18px;
}
#map {
    height: 500px;
    width: 100%;
}
.icon {
    visibility: visible;
}
.nav .normalul {
    display: none;
    margin-right: 150px;
}
.linkshow {
    background: white;
    float: right;
    right: 0;
    margin-top: 90px;
    width: 200px;
    text-align: left;
    z-index: 999;
    display: none;
    position: fixed;
}
.linkshow li {

    overflow: hidden;
    border-bottom: none;
}
.linkshow li a {
    line-height: 50px;
    text-decoration: none;
    color: #6d6e70;
    font-family: robotomedium;
    padding-bottom: 5px;
    font-size: 18px;
    letter-spacing: 1px;

}
.linkshow li:hover > a {

    color: #00868B;
    font-family: robotobold;
}

.whatisoptimation h2 {
    color: #00868B;
    font-family: myfont;
    font-size: 2.3em;
}
.whatisoptimation p {
    font-size: 18px;
}
}
@media screen and (max-width: 900px) {
      .parallax {
        /* The image used */
        background-image: url("../headerimages/valves-optimization-image2.jpg")!important;

        /* Set a specific height */

        min-height: 360px; 
        max-height: 80vh;


        /* Create the parallax scrolling effect */
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .contact-form
    {
        width: 100%;border:solid 1px #555; margin-top:20px;
        border-radius: 3px;
    }

    .breadcrumblink
    {
        max-width: 900px;
        width: 100%;
        padding-top:130px;

    }
    .breadcrumblink ol
    {
       padding-left:35px;
   }
   .whatisoptimation h6 {
    text-align: left;
    font-family: myfont;
    color: #00868B;
    font-size: 1.8em;
}
.whatisoptimation h3 {
    text-align: left;
    font-family: myfont;
    color: #00868B;
    font-size: 1.9em;
}
.navimg {
    margin-left: 5%;
}

.whatto {
    font-size: 30px;
    margin-top: -240px;
}
#map {
    height: 400px;
    width: 100%;
}
.carousel-caption h1 {
    display: table-cell;
    vertical-align: middle;
    font-family: myfont;
    font-size: 2em;
    line-height: auto;
}
.whatwedo h1 {
    text-align: center;
    font-family: robotobold;
    color: #00264C;
    font-size: 2.3em;
}
.whatwedo p {
    font-size: 18px;
}
.whatwedopr h1 {
    text-align: center;
    font-family: robotobold;
    color: #00264C;
    font-size: 2.3em;
}
.whatwedopr p {
    font-size: 18px;
}
.whatisoptimation h2 {
    color: #00868B;
    font-family: myfont;
    font-size: 2.1em;
}
.whatisoptimation p {
    font-size: 18px;
}
.img1 {
    width: 35%;
    height: 35%;
}
.optsol {
    font-size: 1.8em
}
.optsolp {
    font-size: 1.15em;
}
.optsolpul {
    font-size: 1.15em;
}
}
@media screen and (max-width: 767px) {
    .parallax {
        /* The image used */
        background-image: url("../headerimages/valves-optimization-image2.jpg")!important;

        /* Set a specific height */

        min-height: 300px; 
        max-height: 80vh;


        /* Create the parallax scrolling effect */
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .contact-form
    {
        width: 100%;border:solid 1px #555; margin-top:20px;
        border-radius: 3px;
    }
    .sendus-btn
    {
        width: 100%;
    }
    .optsolps
    {
        font-family:robotolight;
        color:#6d6e70;
        padding-top:15px;
        font-size: 13px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .breadcrumblink
    {
        max-width: 900px;
        width: 100%;
        padding-top:110px;

    }
    .breadcrumblink ol
    {
     padding-left: 30px;
 }
 .minimized {
    display: initial;

}
.maximized {
    display: none;
}
}
@media screen and (max-width: 502px) {
      .parallax {
        /* The image used */
        background-image: url("../headerimages/valves-optimization-image2.jpg")!important;

        /* Set a specific height */

        height: 300px; 
        max-height: 80vh;


        /* Create the parallax scrolling effect */
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .custom-div-width {
        max-width: 960px;
        width: 88%;
        margin-top:-20px;
    }
    .contact-form
    {
        width: 100%;border:solid 1px #555; margin-top:20px;
        border-radius: 3px;
    }

    .ovsph h1
    {
        font-family:robotobold;color:#00264C;font-size:2.3em;
    }

    .breadcrumblink
    {
        max-width: 900px;
        width: 100%;
        padding-top:110px;

    }
    .breadcrumblink ol
    {
     padding-left: 30px;
 }
 .whatisoptimation h3 {
    text-align: left;
    font-family: myfont;
    color: #00868B;
    font-size: 1.9em;
}
.whatisoptimation h6 {
    text-align: left;
    font-family: myfont;
    color: #00868B;
    font-size: 1.6em;
}
.whatisoptimation h5 {
    text-align: center;
    font-size: 18px;
    color: #00264C;
    font-family: robotobold;
}
.whatisoptimation h4 {
    font-size: 15px;
}
.navimg {
    margin-left: 0px;
}
.footerp {
    font-size: 11px;
}

.whatto {
    padding-top: 40px;
    font-size: 30px;

    
}
#map {
    height: 350px;
    width: 100%;
}
.carousel-caption h1 {
    display: table-cell;
    vertical-align: middle;
    font-family: myfont;
    font-size: 2.0em;
    line-height: auto;
    letter-spacing: 1px;
}
.whatwedo h1 {
    font-size: 2.3em;
}
.whatwedo p {
    font-size: 1em;
}
.whatwedopr h1 {
    font-size: 2.3em;
}
.whatwedopr p {
    font-size: 1em;
}
.img1 {
    width: 30%;
    height: 30%;
}
.optsol {
    font-size: 1.5em
}
.optsolp {
    font-size: 1.15em;
}
.optsolpul {
    font-size: 1.15em;
}
}
@media screen and (max-width: 480px)
{
      .parallax {
        /* The image used */
        background-image: url("../headerimages/valves-optimization-image2.jpg")!important;

        /* Set a specific height */

        min-height: 270px; 
        max-height: 80vh;


        /* Create the parallax scrolling effect */
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    body.valves .parallax {
        min-height: auto !important;
        max-height: 47vh !important;
        background: url("../headerimages/valves-optimization-image2.jpg") no-repeat left top / 100% !important;
        background-attachment: initial;
    }

    .contact-form
    {
        width: 100%;border:solid 1px #555; margin-top:20px;
        border-radius: 3px;
    }

    .carousel-caption h1 {
        display: table-cell;
        vertical-align: middle;
        font-family: myfont;
        font-size: 1.7em;
        line-height: auto;
        letter-spacing: 1px;
    }

    .bizsafe {
        display: none;
    }
}
@media screen and (min-width: 2200px) {
    .contact-form
    {
        width: 100%;border:solid 1px #555; margin-top:20px;
        border-radius: 3px;
    }

    .carouimg {
        max-height: 80vh;
        max-width: none;
    }
    .carousel-caption h1 {
        display: table-cell;
        vertical-align: middle;
        font-family: myfont;
        font-size: 6em;
        line-height: auto;
    }
}