* { padding: 0; margin: 0; color:white;}

* {
	font-family: 'Montserrat', sans-serif;
}


.full_height{
    height:100%;
}

html, 
body  {
    height: 100%;
}
.weather_div{
    height: 355px;
    width: 358px;
    position: absolute;
    top: 0px;
    left: 0px;
    display:block;
    background-color:#222;
}
.weather_main{
    width:600px;
    display:block;
}
.weather_icon1{
    height:150px;
    width:150px;
    margin-top:37px;
    margin-left:20px;
}

.svg_big{
    height:60%;
    width:100%;
}

.text-temperature-big{
    padding-top:7px;
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    font-style: normal;
    font-variant: normal;
    font-weight: 600;
    position: absolute;
    top: 123px;
    left: 207px;
}


.weather_subicons >.icon{
    width:100%;
    padding-top:20px;
    display:block;
    text-align: center;
    justify-content: center;;
    height:auto;
}
.weather_subicons{
    padding: 5px 0 0 0;
    width:95px;
}
.weather_subicons1{
    padding: 5px 0 0 0;
    position: absolute;
    top: 0;
    left: 230px;
}
.weather_subicons2{
    padding: 5px 0 0 0;
    position: absolute;
    top: 0;
    left: 325px;;
}
.weather_subicons3{
    padding: 5px 0 0 0;
    position: absolute;
    top: 0;
    left: 420px;;
}
.text-day-small{
    text-transform: capitalize;
    padding:5px 10px 0px 10px!important;
    font-family: 'Montserrat', sans-serif;
	font-size: 23px;
	font-style: normal;
	font-variant: normal;
	font-weight: 600;
    line-height: 10px;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    
}
.text-temperature-small{
  padding-top:10px;
  font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-style: normal;
	font-variant: normal;
	font-weight: 600;
  line-height: 25px;
  padding-left: 32px;
    
}
.bigtitle{
  min-width:100px;
  min-height:50px;
  color:red;
  background-color:white;
  text-align: center;
  font-weight:900;
  text-transform: uppercase;
  font-size: 40px;
  margin-top:30px;

}
.weather_title{
    margin-bottom: 5px;
    width:300px;
    height:60px;
    margin-left:29px;
}
.marees{
  margin-top:30px;
  margin-bottom: 5px;
  width:220px;
  height:60px;
  margin-left:70px;
}

.forecast_div{
    height: 355px;
    width: 358px;
    position: absolute;
    top: 0px;
    left: 722px;
    background-color:#222;
    display:block;
}

.forecast_div .titles{
  font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	font-weight: 600;
	line-height: 22px;
  text-align:left;
  padding-left: 0px !important;
  width: 180px;
  margin-left:30px;
  margin-top:50px;
  line-height:53px;
}


.forecast_div .content{
  text-align:center;
  padding-left: 0px !important;
  padding-top:1px;
  position: absolute;
  top: 160px;
  left: 150px;
  width: 217px;
}

.forecast_div .text{
    height:54px;
}

.image{
  background: no-repeat url(/img/background1.jpg);
  background-size: cover;
  height:355px;
  width:358px;
  position: absolute;
  left: 361px;
}

.arrow{
  position: absolute;
  top:260px;
  left: 68px;
  height:50px;
  width:50px;
}
.windspeed{
  position: absolute;
  top:237px;
  left: 177px;
  font-size: 30px;
  font-weight:700;
}
.text-maree-small{
  font-family: 'Montserrat', sans-serif;
	font-size: 23px;
	font-style: normal;
	font-variant: normal;
	font-weight: 600;
	line-height: 13px;
  text-transform: uppercase;
}


.svg_small{
    height:35px;
    width:35px;
}

.no_padding{
    padding:0 0 0 0!important;
}

body{
  /* background: no-repeat url(/img/background1.jpg); */
  /* background-color:blue!important; */
}
