*{
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}
body {
  background-image: url(../img/background.png);
  background-color: #caac8c;
}

.wrapper {
	position: relative;
	min-height: 100%;
}

h1 {
    background-color: #d12026 ;
    text-align: center;
    color: rgb(255, 255, 255, .8);
    font-family: 'Bree Serif', serif;
    font-size: 12vw;
    top: 20px;
    text-shadow: 5px 5px 5px rgba(28, 13, 0, .6);
}

p {
  font-family: 'Bree Serif', serif;
}
.logo {
    margin-top: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
}

.phrase {
    text-align: center;
    color: black;
    font-family: 'Bree Serif', serif;
    font-size: 6.5vw;
    margin-top: 25px;
}

.container { 
  margin-top: 20px;
  height: 60px;
  position: relative; 
}

.center {
  color: yellow;
  margin: 0;
  position: absolute;
  top: 20%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.down {
  margin: 0;
  position: absolute;
  top: 0%;
  left: 50%;
  bottom: 100%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


a:link, a:visited {
  background-color: #d12026;
  color: white;
  font-family: 'Bree Serif', serif;
  padding: 5px 20px;
  border-radius: 50px;
  text-align: center;
  font-size: 4.5vw;
  text-decoration: none;
  display: inline-block;
  box-shadow: 5px 5px 5px rgba(28, 13, 0, .6);
}

a:hover {
  background-color: #d12026;
  color: yellow
}

#copy {
  text-align: center;
  font-size: 3vw;
  color: #000000;
  margin-bottom: 0px;
}

.footer {
  position: relative;
  margin-bottom: 10px;
  bottom: 0px;
  text-align: center;
}

.office{
	width: 300px;
	padding: 8px 15px;
  margin: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
	display: inline-block;
	text-align: center;
	align-content: center;
}

.number{
	text-align: center;
	align-content: center;
}

.telephone{
	color: #d12026;
	font-size: 25px;
	display: inline-block;
}
footer p{
  color: #000000;
	font-size: 16px;
	text-align: center;
	align-content: center;
}
#title{
	color: #000000;
	font-size: 25px;
	margin: 4px;
}

.line-footer {
	width: 80%;
	height: 1px;
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (min-width: 1024px) {
  h1 { 
    font-size: 5vw;
  }
  .logo {
    width: 60%;
  }
  .container {
    height: 80px;
  }
  a:link, a:visited {
    font-size: 32px;
  }
  #copy {
    margin-top: 20px;
    font-size: 22px;
  }
  .office {
    width: 500px;
  }
  .telephone {
    font-size: 3vw;
  }
  footer p {
    font-size: 2vw;
  }
  #title {
    font-size: 3.5vw;
  }
}

