@font-face {
    font-family: minion;
    src: url('font/Minion Pro Regular.ttf') format('truetype');
}

@font-face {
    font-family: trade1;
    src: url('font/Trade Gothic LT.ttf') format('truetype');
}

@font-face {
    font-family: trade2;
    src: url('font/Trade Gothic LT Bold.ttf') format('truetype');
}

@font-face {
    font-family: trade3;
    src: url('font/Trade Gothic LT Light.ttf') format('truetype');
}

/* Important Commands used everywhere */

body {
    height: 100vh;
    width:100vw;
    margin: 0;
    margin-top: 10px;
    font-family: minion;
    overflow-x: hidden;
}

p{
    margin: 0;
    padding:0;
    margin-bottom:5px;
}

span{
    font-family: trade2;
}

h1{
    font-size:calc(1vw + 20px);
}

h2{
    font-size:14px;
    text-transform:uppercase;
    color: #AD7F32;
    font-weight: bold;
}

h3{
    font-family: minon;
    font-weight: lighter;
    font-size:28px;
}

h4{
    margin-top: 0;
    font-family: trade2;
    font-size: 20px;
}

header,
section,
footer {
    margin: 0;
    padding: 0;
    margin: 0 auto;
    width: 85.2vw;
}

/* Header */

nav {
    margin-top: 40px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.flexLeft {
    display: flex;
}

.flexRight {
    display: flex;
    justify-content: flex-end;
}

.icons {
    height: 2vh;
    width: auto;
    margin-right: 2vh;
}

.navLink {
    font-weight: bold;
    font-size: calc(0.5vw + 7px);
    margin-top: auto;
}

#iconContainer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

#imageBox {
    height: 100%;
    display: flex;
    flex-direction: column;
}

#logo {
    width: calc(10vw + 30px);
    height: auto;
    margin: auto;
    margin-top: auto;
}

/* Section 1 (Clock Showcase) */

button{
    background-color: #AD7F32;
    color: white;
    border: none;
    margin-top:10px;
    padding:15px;
    padding-left: 20px;
    padding-right:20px;
    
}

button:hover{
    cursor: pointer;
}

.elementbox{
    display: flex;
    justify-content: center;
}

.smallClock {
    width: calc(5vw + 12px);
    height: auto;
    margin-top:7px;
    margin-bottom:7px;
    background-color: white;
    flex-shrink: 0;
}

.textbox{
    max-width:40vw;
}

.spacebox{
    margin-left:6vw;
    max-width:30vw;
}

.smallText{
    color:gray;
    font-size: 12px;
    font-family: trade1;
}

#showcase {
    padding:4.9vw;
    background-color: #dddddd;
    margin-top: 10px;
}

#extrapictures {
    display:flex;
    flex-direction: column;
    justify-content: center;
}

#bigClock {
    width: calc(21vw + 55px);
    height: auto;
}

#price{
    color: #AD7F32;
}

#description{
    color:gray;
    font-size:16px;
    font-family: trade1;
}

/* Section 2 (Product Details) */

.clockSection {
    display:flex;
    margin-top:8vh;
}

.columns{
    display:flex;
}

.column{
    margin-right:35px;
}

.data {
    width: 20vw;
    display: flex;
    margin-bottom: 10px;
    margin-right: 10px;
    border-bottom: 1px solid gray;
}

.data:last-child{
    border:none;
}

.dataImg {
    width: auto;
    height: 80%;
    margin:15px;
    margin-top:0;
}

.boldText{
    font-family: trade2;
}

.extraclockContainer{
    margin-left:auto;
}

.extraclock {
    width: auto;
    height: 35vh;
    background-color: black;
}

/* Section 3 (Product Specifications) */

/* Section 4 (Slider) */

.clockbox{
    background-color: black;
    width: 20vw;
    height:100%;
    margin-right:15px;
    overflow:visible;
    flex-shrink: 0;
}

.clockOverflow{
    background-color: #222222;
    width:100%;
    height:2vh;
    margin-bottom:calc(15vh + 3vw);
    overflow-y: visible;
    display:flex;
    justify-content: center;
}

.sliderclock{
    width:auto;
    height:calc(15vh + 3vw);
    text-align: center;
}

.sliderclockInfo{
    text-align: center;
}

.clockbrand{
    color:gray;
    font-family: trade1; 
    font-size:16px;
}

.clockname{
    font-size:24px;
    font-weight:lighter
}

.sliderprice{
    font-weight:lighter
}

#slider {
    width:90.1vw;
    height:48vh;
    padding-left:4.9vw;
    padding-top:6.9vw;
    background-color: #222222;
    display:flex;
    cursor: grab;
    color:white;
    margin-top: 6vh;
}

#slider:active {
    cursor: grabbing;
}

#sliderText{
    height:40vh;
    width:20vw;
    margin-right:15px;
}

#circle{
    width: 10vw;              
    height: 10vw;             
    border-radius: 50%;       
    display: flex;            
    flex-direction: column;    
    justify-content: center;   
    align-items: center;       
    text-align: center;       
    border: 1px solid gray; 
}

#arrow{
    width:3vw;
    height:auto;
    margin-bottom:5px;
}

#anzeige{
    margin-left:2vw;
    color:gray; 
    font-family: minion;
}

#dragbox{
    height:40vh;
    overflow:hidden;
    display:flex;
}

/* Footer */

footer {
  margin-top:60px;
}

.textcolumn{
    margin-right: 10vw;
}

#footerbox {
    display: flex;
    padding-bottom: 8vh;
    border-bottom: 1px solid gray;
}

#copyrightText{
    margin-top:20px; 
    padding-bottom: 20px;
}

/* Media Queris */

@media screen and (max-width: 600px) {
    #imageBox{
        display:none;
    }
    #footerbox{
        flex-direction: column;
    }
    .textcolumn{
        width:95vw;
        text-align: center;
        margin-top:20px;
    }
    #copyrightText{
        text-align: center;
    }
}

@media screen and (max-width: 700px) {
    header,
    section,
    footer {
        width: 95vw;
    }
    #showcase{
        padding-left: 0;
        padding-right: 0;
    }
    .clockname{
        font-size:16px;
    }
    .clockSection {
        flex-direction: column-reverse;
        align-items: center; 
    }
    .extraclockContainer{
        margin:auto;
    }
    .data{
        width:40vw;
    }
    .spacebox{
        margin-left:0;
        text-align: center;
        width:100%;
        max-width:95vw;
    }
}
